html{
	background-color:white;
	background-image:url('img/tiled.png');
	background-repeat: repeat;
    background-size: 250px 250px;
	height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body{
	height:100%;
	margin:0 auto; 
	max-width: 95%;
	width: 90%;
	background-color:white;
}

#banner{
	background-image:url('img/bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-size:25% 50%;
	text-align:center;
}

#banner img{
	max-width:100%;
	height: auto;
}

#content{
	background-color:white;
	margin-left:15px;
	margin:0 auto;
	width: 90%;
}


#home{
	width:100%;
}